home *** CD-ROM | disk | FTP | other *** search
- DEL %1
- SET KSV=
- SET MXCMD=
- %2 %3 %4 %5 %6 %7 %8 %9
- BATEXIT
-
- *-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*
-
- DropTo is used when you want to eliminate the temporary batch
- file created by MarxMenu. This is useful if you shell to DOS
- and then run MarxMenu from the dos shell. It avoids the
- "Missing Batch File" error.
-
- DropTo is run from within the temporary batch file you want
- to eliminate.
-
- Usage: DROPTO %0 <command line>
-
- Here's how it works:
-
- $MX00000.BAT <------deletes this file--------+
- ------------ |
- DROPTO %0 COMMAND.COM ------------> DEL %1 >-+
- SET KSV=
- SET MXCMD=
- %2 executes command.com--> %2 %3 %4 %5 %6 %7 %8 %9
-
- *-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*
-